home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-09 | 1.4 KB | 47 lines | [TEXT/MPS ] |
- MacHTTP CGI Script Extension for MacPerl M. Neeracher 08Dec94
-
- WHAT IS THIS?
-
- This package contains an extension for MacPerl 4.1.4 and later which allows MacPerl
- scripts to be saved in an application that is suitable for calling by MacHTTP.
-
- WHAT DO I NEED TO USE THIS?
-
- - A recent version of MacPerl. Only 4.1.4 and later will do. Currently, MacPerl
- 4.1.4 is still in beta testing, you can get a copy in
-
- ftp://err.ethz.ch/pub/neeri/MacPerlBeta
-
- - A recent version of MacHTTP, available from ???. Alternatively, you can test
- your CGI scripts from AppleScript using CGITest.AS.
-
- HOW DO I INSTALL THIS?
-
- - Copy the file "MacHTTP CGI Script" into the folder "MacPerl Extensions" in either
- your MacPerl folder or in the preferences folder.
-
- HOW DO I USE THIS?
-
- Once the extension is installed, you will be able to open and save MacPerl CGI scripts
- from the MacPerl Application. When saving a script, chose "MacHTTP CGI Script" from
- the popup menu at the bottom of the "Save As…" dialog.
-
- The Example.CGI script shows how to access the parameters passed to the script
- by MacHTTP.
-
- FURTHER QUESTIONS?
-
- Ask Matthias Neeracher <neeri@iis.ee.ethz.ch>
-
- REVISION HISTORY
-
- 08Dec94 Added further keywords, handle printing on STDERR.
-
- 30Nov94 We can now simply print to STDOUT. Improved user interface.
-
- 16Sep94 CRLF translation for header.
-
- 31Jul94 Support POST method.
-
- 14Jun94 Original version.
-